﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>无标题页</title>
    <style type="text/css">
        body { padding-right: 0px; padding-left: 35px; padding-bottom: 0px; margin: 0px; font: 12px Arial, Helvetica, sans-serif; color: #333; padding-top: 35px; }
        a { color: #007ab7; text-decoration: none; }
        a:hover { color: #007ab7; text-decoration: none; }
        a:hover { color: #de1d6a; }
        .hidehr { display: none; }
        .img404 { padding-right: 0px; padding-left: 0px; background: url(/Message/404dat.gif) no-repeat left top; float: left; padding-bottom: 0px;  margin: 0px;  width: 80px; padding-top: 0px; position: relative; height: 90px; }
        H2 { padding-right: 0px; padding-left: 0px; font-size: 16px; float: left; padding-bottom: 25px; margin: 0px; width: 80%; line-height: 0; padding-top: 25px; border-bottom: #ccc 1px solid; position: relative; }
        H3.wearesorry { padding-right: 0px; padding-left: 0px; font-weight: normal; font-size: 10px; left: 117px; padding-bottom: 0px; margin: 0px; color: #ccc; line-height: 10px; padding-top: 0px; position: absolute; top: 70px; }
        .content { clear: both; padding-right: 0px; padding-left: 0px; font-size: 13px; left: 80px; float: left; padding-bottom: 0px;  margin: 0px; width: 80%; line-height: 19px; padding-top: 0px; position: relative; top: -30px; }
        .content UL {padding-right: 35px; padding-left: 35px;  padding-bottom: 20px; margin: 0px; padding-top: 10px; }

    </style>
</head>
<body>
    <h1 class="hidehr">当前页不存在，或你输入的网址不正确！</h1>
    <div class="img404">
    </div>
    <h2>抱歉，找不到您要的页面……</h2>
    <h3 class="wearesorry">We're sorry but the page your are looking for is Not Found...</h3>
    <div class="content">
        仔细找过啦，没有发现你要找的页面。最可能的原因是：
        <ul>
            <li>在地址中可能存在键入错误。</li>
            <li>当你点击某个链接时，它可能已过期。 </li>
        </ul>
        <p style="font-size:14px; text-align:center;">操作：系统将在<span id="timeS" style="color:Red; font-size:16px; padding:0px 5px;">3</span>秒内自动跳转至首页！</p>
        <script type="text/javascript">
            var nTime=3;
            setInterval(function(){
                nTime--;
                if(nTime<=0)
                    window.location.href='index.aspx';
                document.getElementById("timeS").innerHTML=nTime.toString();
                
            },1000);
        </script>
    </div>
</body>
</html>
